runtime.schedt.stopwait (field)
17 uses
runtime (current package)
proc.go#L1091: sched.stopwait = freezeStopWait
proc.go#L1560: sched.stopwait = gomaxprocs
proc.go#L1566: sched.stopwait--
proc.go#L1577: sched.stopwait--
proc.go#L1593: sched.stopwait--
proc.go#L1595: wait := sched.stopwait > 0
proc.go#L1624: if sched.stopwait != 0 {
proc.go#L3057: sched.stopwait--
proc.go#L3058: if sched.stopwait == 0 {
proc.go#L3210: sched.stopwait--
proc.go#L3211: if sched.stopwait == 0 {
proc.go#L4522: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L4538: if sched.stopwait--; sched.stopwait == 0 {
proc.go#L4724: if sched.stopwait == freezeStopWait {
proc.go#L6361: print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
runtime2.go#L838: stopwait int32
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |